home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2005 November
/
Game.EXE_11_2005_DVD.iso
/
Flash Games
/
Robo Farmer
/
robofarmer.swf
/
scripts
/
DefineButton2_735
/
BUTTONCONDACTION on(rollOver).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-23
|
421 b
|
18 lines
on(rollOver){
if(_root.deagleisowned == true)
{
_root.description = "You already own the Desert Eagle.";
return undefined;
}
if(_root.money >= 250)
{
_root.description = "Buy the Desert Eagle handgun. 250$.";
return undefined;
}
if(_root.money <= 249)
{
_root.description = "You cannot afford the Desert Eagle. 250$.";
return undefined;
}
}